projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e1f785
)
(syms_of_w32fns): Initialize and staticpro tip_frame.
author
Jason Rumney
<jasonr@gnu.org>
Wed, 20 Dec 2000 10:20:01 +0000
(10:20 +0000)
committer
Jason Rumney
<jasonr@gnu.org>
Wed, 20 Dec 2000 10:20:01 +0000
(10:20 +0000)
src/w32fns.c
patch
|
blob
|
history
diff --git
a/src/w32fns.c
b/src/w32fns.c
index 7e316a5841aa0836ccf9b9a431c56bf0128a941b..7e22b084ff80f445db83bc85112154582ce12ae6 100644
(file)
--- a/
src/w32fns.c
+++ b/
src/w32fns.c
@@
-13826,8
+13826,10
@@
versions of Windows) characters.");
defsubr (&Sx_show_tip);
defsubr (&Sx_hide_tip);
#endif
- staticpro (&tip_timer);
tip_timer = Qnil;
+ staticpro (&tip_timer);
+ tip_frame = Qnil;
+ staticpro (&tip_frame);
defsubr (&Sx_file_dialog);
}